math/rand.lockedSource.read (method)

2 uses

	math/rand (current package)
		rand.go#L275: 		return src.read(p, &r.readVal, &r.readPos)
		rand.go#L542: func (r *lockedSource) read(p []byte, readVal *int64, readPos *int8) (n int, err error) {